# # This script was written by David Maciejak # Released under the GNU GPL v2 # Ref: JeiAr - GulfTech Security Research Team # if (description) { script_id(16316); script_bugtraq_id(9890); if ( defined_func("script_xref") ) script_xref(name:"OSVDB", value:"4665"); script_version ("$Revision: 1.1 $"); script_name(english:"Mambo Site Server index.php mos_change_template XSS"); desc["english"] = " Mambo Site Server is an open source Web Content Management System. An attacker may use it to perform a cross site scripting attack on this host. Solution: Upgrade at least to version 4.5 1.0.4 Risk factor : Medium"; script_description(english:desc["english"]); script_summary(english:"Determine if Mambo Site Server is vulnerable to xss attack"); script_category(ACT_GATHER_INFO); script_family(english:"CGI abuses : XSS"); script_copyright(english:"This script is Copyright (C) 2005 David Maciejak"); script_dependencie("find_service.nes", "http_version.nasl", "cross_site_scripting.nasl"); script_require_ports("Services/www", 80); exit(0); } include("http_func.inc"); include("http_keepalive.inc"); port = get_http_port(default:80); if(!get_port_state(port))exit(0); if(get_kb_item(string("www/", port, "/generic_xss"))) exit(0); if(!can_host_php(port:port)) exit(0); foreach d (make_list(cgi_dirs(), "/mambo")) { url = string(d, "/index.php?mos_change_template="); req = http_get(item:url, port:port); buf = http_keepalive_send_recv(port:port, data:req, bodyonly:1); if( buf == NULL ) exit(0); if ( '